#!/bin/sh -v

if ! (kextstat | grep SonnetSATA)
then
kextload "$3"/System/Library/Extensions/SonnetSATA.kext
fi
touch "$3"/System/Library/Extensions
